byte boundary造句
例句与造句
- Packs structures on 8 - byte boundaries default
在8字节边界上封装结构(默认操作) 。 - Packs structures on 16 - byte boundaries
在16字节边界上封装结构。 - Packs structures on 2 - byte boundaries
在2字节边界上封装结构。 - Packs structures on 4 - byte boundaries
在4字节边界上封装结构。 - Packs structures on 1 - byte boundaries
在1字节边界上封装结构。 - It's difficult to find byte boundary in a sentence. 用byte boundary造句挺难的
- By default , all data fields are aligned on even - byte boundaries
默认情况下,所有数据字段在偶字节边界对。 - Instruction the alignment of the address may not be to a 4 - byte boundary
指令,地址的对可以不是对于4字节边界的。 - Byte boundaries where
字节边界(其中 - You cannot even make assumptions about byte alignment , such as a 2 - byte or 4 - byte boundary
甚至不能假定字节对方式,例如2字节或4字节边界。 - In vax / vms , four contiguous words ( 64 bits ) starting on any addressable byte boundary
在vax vms操作系统中,起始于任何可访问字节边界的四相邻字( 64位) 。 - The stride is the width of a single row of pixels a scan line , rounded up to a four - byte boundary
跨距是单行像素(一个扫描行)的宽度,舍入为一个4字节的边界。 - Modern architectures pentium and newer would prefer " long double " to be aligned to an 8 - or 16 - byte boundary
现代的体系架构( pentium及更新的体系架构)更喜欢将“ long double ”按照8字节或16字节进行对。 - In this example , it will raise an exception because the pointer argument we supply isn ' t aligned to a 4 - byte boundary
在这个例子中,它将产生一个异常,因为我们提供的指示器意见不是排列成一个4位分界的。 - Managed code must be responsible for aligning data types according to the proper byte boundaries , known as the packing process , specified for the native operating system
托管代码必须负责根据为本机操作系统指定的正确字节边界排列数据类型,此过程称为封装过程。 - By default , data fields are naturally aligned for example , 2 - byte integers are aligned on even - byte boundaries ; 4 - byte integers are aligned on quad - word boundaries , and so on
默认情况下,数据字段自然对(例如, 2字节整数在偶字节边界对; 4字节整数在四字边界对,依此类推) 。